PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / multiplyTransform Method
The m11 component of the matrix.
The m12 component of the matrix.
The m21 component of the matrix.
The m22 component of the matrix.
The x-translation component of the matrix.
The y-translation component of the matrix.
In This Topic
    multiplyTransform Method
    In This Topic
    Multiplies the current transformation of this graphics and specified the matrix.
    Syntax
    public void multiplyTransform( 
       double m11,
       double m12,
       double m21,
       double m22,
       double tx,
       double ty
    )

    Parameters

    m11
    The m11 component of the matrix.
    m12
    The m12 component of the matrix.
    m21
    The m21 component of the matrix.
    m22
    The m22 component of the matrix.
    tx
    The x-translation component of the matrix.
    ty
    The y-translation component of the matrix.
    See Also